From: YAMAMOTO Mitsuharu Date: Wed, 6 Jun 2007 08:32:23 +0000 (+0000) Subject: Replace WindowPtr with WindowRef. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18638 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=021b97eb1f727e8e864ed6d7311d593292fd000f;p=emacs.git Replace WindowPtr with WindowRef. --- diff --git a/src/macgui.h b/src/macgui.h index 1348fe479cb..990765593e1 100644 --- a/src/macgui.h +++ b/src/macgui.h @@ -71,7 +71,7 @@ typedef unsigned long Time; #undef Z #define Z (current_buffer->text->z) #else /* not HAVE_CARBON */ -#include /* for WindowPtr */ +#include /* for WindowRef */ #include /* for GWorldPtr */ #include /* for ThemeCursor */ #include @@ -117,7 +117,7 @@ typedef unsigned long Time; #endif #endif -typedef WindowPtr Window; +typedef WindowRef Window; typedef GWorldPtr Pixmap; #define Cursor ThemeCursor